Fix fixup of invalid PTE writes, broken by 13392:0fd65225e4c6.
authorIan Campbell <ian.campbell@xensource.com>
Thu, 28 Jun 2007 17:40:20 +0000 (18:40 +0100)
committerIan Campbell <ian.campbell@xensource.com>
Thu, 28 Jun 2007 17:40:20 +0000 (18:40 +0100)
commit4730f5017499c1829f0f457afb84ab1d52d1f409
tree5ddaddacaa12cb6ba5cf4b93093c669a5b3d7118
parent45b712c3d32f5b0b3d344e9915a78a7d97b27d62
Fix fixup of invalid PTE writes, broken by 13392:0fd65225e4c6.

By the time we test if addr is the upper word it has already been
aligned to the 8 byte pte size.

Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
xen/arch/x86/mm.c